queue object

英 [kjuː ˈɒbdʒɪkt] 美 [kjuː ˈɑːbdʒekt]

网络  队列对象

计算机



双语例句

  1. We designed a separate queue in which to place the write request of each user using the order in which they requested the object and enabling the system to process the request accordingly.
    我们设计了一个单独队列,根据请求对象的顺序来放置每个用户的写请求,并允许系统处理对应请求。
  2. Each object in the queue may trigger special processing if the object fulfills specific conditions.
    队列中的每个对象如果满足指定条件,就可能触发特殊处理。
  3. When a lock is released, the system chooses the thread from the front of the highest-priority queue of contenders to try to lock the object.
    释放锁以后,系统从争用者的最高优先级队列的前端选择线程,以便试图锁定对象。
  4. First, the program retrieves a queue connection factory by looking up the context object with a queue connection factory name.
    首先,这个程序通过查找上下文对象获得一个指定名称的队列连接工厂。
  5. JMS Request Queue: The JMS managed object that represents the request MQ queue.
    JMS请求队列:表示请求MQ队列的JMS托管对象。
  6. To define the JMS queue connection factory object
    要定义JMS队列连接工厂对象,请执行以下步骤
  7. The work queue is generally implemented as some sort of linked list with an associated monitor object.
    该工作队列通常被实现成具有相关监视器对象的某种链表。
  8. Multiple threads of control can simultaneously try to push data to the queue or remove data, so you need a mutex object to manage the synchronization.
    多个控制线程可以同时在队列中添加数据或删除数据,所以需要用互斥锁对象管理同步。
  9. Notice how the queue object has what looks like an operator,+=.
    注意这个队列目标中类似操作符的符号,+=。
  10. On another account, we found out about a queue file being deleted only when I suggested they might want to take backups of their object definitions.
    在另一帐户上,在我认为它们可能会进行对象定义备份时,我们发现一个队列文件被删除了。
  11. Secondly, clustering automatically propagates cluster queue object definitions when their put attribute is altered.
    第二,集群机制在集群队列对象定义的put属性改变时自动传播这些定义。
  12. In this architecture, the queue manager is the root context for object names, and the procedures for administration and operation reflect this orientation.
    在此体系结构中,队列管理器是对象名称的根上下文,用于管理和操作的过程反映了这种倾向。
  13. Retrieval of messages for a queue returns a result-set object that is a Python list containing message objects.
    获取队列中的消息会返回一个结果集对象,它是一个包含消息对象的Python列表。
  14. The minimum queue depth shows how shallow the measurement object pool got.
    最小队列深度显示了度量对象池有多浅。
  15. Similarly, several threads could have done Object. wait() on the same object, and so there's a logical queue of waiters for the object.
    类似地,几个线程可能对同一个对象执行Object.wait(),因此该对象拥有一个等待者的逻辑队列。
  16. From the queue connection factory, a queue connection is created. Next, a queue session is created from a queue connection and a queue is retrieved by looking up the context object with a queue name.
    其次,它在队列连接中创建一个队列会话,并通过查找上下文对象获得一个指定名称的队列。
  17. A third plug-in has the capability of saving queue manager object definitions in a Comma Separated Values ( CSV) format.
    第三个插件能够将队列管理器对象定义保存为逗号分隔值(CSV)格式。
  18. Once again this is really just a function on the queue object.
    再次声明这仅仅是一个队列对象的函数。
  19. When this happens, the thread failing to acquire the lock is put into a logical queue of lock contenders for the object.
    当发生这种情况时,没有获得锁的线程被置于对象的锁争用者的一个逻辑队列中。
  20. The name of the Queue object which defines the message destination
    以及定义了消息目的地的Queue对象的名称
  21. The supplied sample JMS Client application expects a Queue object to be defined, which references an existing queue on the target queue manager.
    提供的样本JMS客户机应用程序要求定义一个Queue对象,该对象引用目标队列管理器上一个已经存在的队列。
  22. Specifies the properties that are going to be used by default when sending messages to the queue referenced by this object.
    指定在向此对象引用的队列发送消息时,默认情况下将使用的属性。
  23. Specifies the machine where the queue referenced by this object is located.
    指定此对象引用的队列所在的计算机。
  24. Specifies the friendly name that identifies the queue referenced by this object.
    指定用此物件所考列的易名。
  25. The current queue directory path property is not set in the object.
    当前的队列目录路径属性未在对象中设置。
  26. The database kernel module was designed and achieved based on two aspects: the physical storage structure of the datasheet object, index object and queue object; the relationship among these objects.
    根据数据表对象、索引对象、队列对象的物理存储结构、内存映射以及各对象之间的关系,设计实现了数据库内核模块的功能。
  27. The thesis also proposes the queue virtual memory module to solve the object information occurred, the Bilinear Interpolation algorithm of motion control module to implement the human animation.
    本文还提出了采用队列方法的虚拟记忆模块,很好地解决了过去某个时刻虚拟环境中其他物体的信息。采用双插值算法的运动控制模块实现了虚拟人动画。
  28. Message transmission system also provided three kinds of object poolings with different functions: connection object pooling 、 receiving queue object pooling and sending queue object pooling. The use of these object poolings could decrease resource spending caused by system creating and deleting objects continually.
    其次,消息传输系统中还提供了三种不同功能的对象池,连接对象池、接收队列对象池和发送队列对象池,这些对象池的使用减少了系统频繁创建和删除对象的资源开销。
  29. The lock-based pessimistic concurrency control protocol maintains lock queue on the client node that currently locks the target object. The first request in the queue will be sent out while releasing the lock, which results in a stable performance in high load situations.
    基于封锁的悲观并发控制协议在当前拥有封锁的节点上维护封锁队列,释放封锁的同时即申请新的封锁请求,在高负载环境下表现出稳定的性能。
  30. Researched on the classic queue algorithm in PTN, we select the priority queue scheduling algorithm as the object.
    通过对PTN中经典队列算法的研究比较,本文将主要研究基于优先级的分组调度算法。